Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string<uuid>
required

The account that owns the ticket

Path Parameters

id
string<uuid>
required

The ticket unique identifier

Body

application/json
user_id
string<uuid>
required

Account member id to assign.

role
enum<string>
default:assignee
Available options:
assignee,
watcher
actor_user_id
string<uuid>

Agent recorded as the assigner. If omitted, the first account member is used.

Response

Ticket with the updated assignees snapshot

data
object